"Net/EnableEventSounds\0" "gtk-enable-event-sounds\0"
"Gtk/CursorBlinkTimeout\0" "gtk-cursor-blink-timeout\0"
"Gtk/AutoMnemonics\0" "gtk-auto-mnemonics\0"
- "Gtk/VisibleFocus\0" "gtk-visible-focus\0";
+ "Gtk/VisibleFocus\0" "gtk-visible-focus\0"
+ "Gtk/ShellShowsAppMenu\0" "gtk-shell-shows-app-menu\0";
static const struct
{ 1636, 1658 },
{ 1682, 1705 },
{ 1730, 1748 },
- { 1767, 1784 }
+ { 1767, 1784 },
+ { 1802, 1824 }
};
PROP_LABEL_SELECT_ON_FOCUS,
PROP_COLOR_PALETTE,
PROP_IM_PREEDIT_STYLE,
- PROP_IM_STATUS_STYLE
+ PROP_IM_STATUS_STYLE,
+ PROP_SHELL_SHOWS_APP_MENU
};
/* --- prototypes --- */
gtk_rc_property_parse_enum);
g_assert (result == PROP_IM_STATUS_STYLE);
+ result = settings_install_property_parser (class,
+ g_param_spec_boolean ("gtk-shell-shows-app-menu",
+ P_("Desktop shell shows app menu"),
+ P_("Set to true if the desktop environment is displaying the app menu, FALSE if the app should display it itself."),
+ FALSE, GTK_PARAM_READWRITE),
+ NULL);
+ g_assert (result == PROP_SHELL_SHOWS_APP_MENU);
+
+
g_type_class_add_private (class, sizeof (GtkSettingsPrivate));
}